home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / nShell™ 1.0.3 / nShell / bin / delay / delay.rsrc / TEXT_16000_man general.txt < prev    next >
Encoding:
Text File  |  1994-09-24  |  448 b   |  26 lines

  1.  
  2. NAME
  3.  
  4. delay - wait a specified amount of time
  5.  
  6. SYNOPSIS
  7.  
  8. delay [-m] delay_time
  9.  
  10. DESCRIPTION
  11.  
  12. The delay command will suspend shell operation for the specified length of time.
  13.  
  14. This command halts the current shell only.  All other shells and applications will continue to run.
  15.  
  16. The delay_time is assumed to be specified in seconds, unless the -m option is used.
  17.  
  18. OPTIONS
  19.  
  20. -m    The delay time is specified in minutes.
  21.  
  22. RETURN CODES
  23.  
  24. <0    Error
  25. 0    Success
  26.